vcMessage
A message object that is used to log messages in the application.
See in: Overview
Module: vcCore
Parent: -
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| ClockTime | datetime | R | Gets the clock time when the message was created, if available. |
| Context | list[vcContextItem] | R | Gets the context of the message, which can include additional contextual information. |
| Level | vcMessageType | R | Gets the level of the message, indicating its severity or type. |
| LocalizationKey | String | R | Gets the localization key for the message, if applicable. |
| SimTime | Real | R | Gets the simulation time when the message was created, if available. |
| Text | String | R | Gets the text of the message. |